home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MENU_UTL / DESIGN / HELP.FIL < prev    next >
Text File  |  1987-05-25  |  2KB  |  65 lines

  1.                       HELP:
  2.  
  3. To  make  a  selection  from  the  right  window,  move  the
  4. highlighting bar up/down by pressing the up/down arrow keys.
  5. When the function you want is highlighted, press ENTER.
  6.  
  7. To  Make  a  selection  from  the  left  window,  Press  the
  8. appropriate function key associated with that key.
  9.  
  10. F1:  HELP  - To  view this help file,  press function key  1
  11. (F1).  Press ESC (the Escape key) to exit from viewing  this
  12. help file.
  13.  
  14. F2:  PRINTER SETUP - Allows you to configure the program for
  15. your printer,  if it is different than IBM or Epson.  Before
  16. using  this function,  make sure you have a manual for  your
  17. printer.  You  will have to look up certain control codes in
  18. the manual.  For example,  CHR$(29) is the compressed  print
  19. control  code for the Okidata.  If you had an  Okidata,  you
  20. would enter 29 when asked for the compress code.
  21.  
  22. F3:  COLORS - If you don't like the default colors, they can
  23. be changed with this command.
  24.  
  25. ESC  - Press the ESC (Escape Key) to exit the  program.  You
  26. don't have to worry about saving any changes you made to the
  27. data. The program will do that for you.
  28.  
  29. EDIT  RECORD - Will allow you to look up a record by the key.
  30.       You can actually change an entry in the record. Press
  31.       ENTER or down arrow to skip by a field.
  32.  
  33. The EDIT menu has some extra commands:
  34.  
  35. D - Delete. This will delete a record. Actually, it will fill
  36. the record with blanks so it can be re-used.
  37.  
  38. F  - Find.  Searches  the  database by record  number this is
  39. the fastest way to find a record.
  40.  
  41. +   Move forward one record.  Displays the next record  in
  42. the database.
  43.  
  44. -  Move back one record. Displays the previous record.
  45.  
  46. C - Change.  Use this command to change a record name,  or
  47. related information.
  48.  
  49. P  - Print.  Sends the record to the printer.
  50.  
  51. ESC - Pressing the Escape key will exit the edit menu.
  52.  
  53.  
  54. REPORT - Get a printed report.
  55.  
  56. A data input  screen will  be displayed. Press  ENTER for the
  57. fields if you want to print the whold database. For instance,
  58. you could type CA for a State field and get all the data from
  59. California, and skip the rest.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.